home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / C / Mesa / widgets-mesa / src / ChangeLog next >
Encoding:
Text File  |  1997-01-31  |  3.5 KB  |  115 lines

  1. Thu Jun  8 11:47:49 1995  Thorsten Ohl  <ohl@localhost>
  2.  
  3.     * MesaWorkstation.c: memmove() is not available in
  4.     SunOS (<Frederic.Devernay@sophia.inria.fr>).
  5.  
  6. Thu Jun  1 11:03:39 1995  Thorsten Ohl  <ohl@localhost>
  7.  
  8.     * GLwDrawingArea.c (Realize): add EnterWindowMask, LeaveWindowMask
  9.     and PointerMotionMask to event_mask.   This is apparently needed
  10.     for picking (communicated by Saif A. Warsi <warsi@nas.nasa.gov>).
  11.  
  12. Fri May 19 22:29:36 1995  Thorsten Ohl  <ohl@localhost>
  13.  
  14.     * MesaWorkstation.c: posting and retrieving matrices.
  15.  
  16.     * MesaDrawingArea.c: shareLists and shareListsWith resources.
  17.  
  18. Sat Apr 22 16:54:48 1995  Thorsten Ohl  <ohl@localhost>
  19.  
  20.     * GLwCreateMDrawingArea.c, GLwDrawingAreaMakeCurrent.c,
  21.     GLwDrawingAreaSwapBuffers.c GLwMakeCurrent.c: separate files.
  22.  
  23. Wed Apr 19 02:48:19 1995  Thorsten Ohl  <ohl@localhost>
  24.  
  25.     * MesaDrawingArea.c (Realize): switch to the new (1.1.4) API.
  26.  
  27. Wed Apr 12 01:13:33 1995  Thorsten Ohl  <ohl@localhost>
  28.  
  29.     * GLwDrawingArea.c (Realize): honor the installColormap resource.
  30.  
  31. Tue Apr 11 20:19:47 1995  Thorsten Ohl  <ohl@localhost>
  32.  
  33.     * MesaWorkstation.c: remove empty resource declaration, ANSI C
  34.     doesn't allow them.
  35.  
  36. Mon Apr 10 19:06:03 1995  Thorsten Ohl  <ohl@localhost>
  37.  
  38.     * MesaDrawingArea.c, MesaWorkstation.c: fix the tails of the class
  39.     records.
  40.  
  41. Sun Apr  9 23:21:51 1995  Thorsten Ohl  <ohl@localhost>
  42.  
  43.     * MesaWorkstation.c: add procjection and view state to the widget.
  44.  
  45.     * MesaWorkstation.c (Move, Projection): new action for
  46.     transforming the state.
  47.  
  48. Sat Apr  8 18:24:11 1995  Thorsten Ohl  <ohl@localhost>
  49.  
  50.     * GLwDrawingArea.c: debugging option and colormap cache.
  51.  
  52. Wed Apr  5 01:14:11 1995  Thorsten Ohl  <ohl@localhost>
  53.  
  54.     * MesaDrawingArea.c (Initialize): handled by GLwDrawingArea.
  55.  
  56.     * MesaDrawingArea.c (Realize): remove all code that handles
  57.     colormaps, visual, etc., because this is now handled by
  58.     GLwDrawingArea.
  59.  
  60. Tue Apr  4 23:36:03 1995  Thorsten Ohl  <ohl@localhost>
  61.  
  62.     * GLwDrawingArea.c: include X11/Xmu/StdCmap.h.
  63.  
  64.     * GLwDrawingArea.c (GLwMapping): removed.  It is unnecessary and
  65.     was doing the wrong thing (installing a colormap) anyway.
  66.  
  67.     * GLwDrawingArea.c (Initialize): move here sanitized
  68.     initialization code from Realize.  We should now be able to handle
  69.     TrueColor visuals correctly.
  70.  
  71.     * GLwDrawingArea.c (generate_attrib_list): new function (from
  72.     Realize).
  73.  
  74.     * GLwDrawingArea.c (get_standard_rgb_map, post_colormap): new
  75.     functions.
  76.  
  77.     * GLwDrawingArea.c (Realize): sanitized, install colormap
  78.     property.
  79.  
  80. Sat Apr  1 01:47:11 1995  Thorsten Ohl  <ohl@localhost>
  81.  
  82.     * MesaDrawingArea.c (Realize): use mesaDrawingArea.ximage in
  83.     MesaCreateContext to decide whether or not to use an Ximage as
  84.     second buffer.
  85.  
  86. Fri Mar 31 22:41:39 1995  Thorsten Ohl  <ohl@localhost>
  87.  
  88.     * GLwDrawingArea.c (resources): fix braino: the Motif resources
  89.     are members of the `primitive' structure.  No wonder the Motif
  90.     code didn't compile ...
  91.  
  92. Fri Mar 31 20:58:00 1995  Thorsten Ohl  <ohl@localhost>
  93.  
  94.     * MesaWorkstation.c (mesa_unpost_object): don't use `=' for `=='.
  95.  
  96. Thu Mar 30 23:05:41 1995  Thorsten Ohl  <ohl@localhost>
  97.  
  98.     * Makefile.in: `SHELL = /bin/sh'
  99.  
  100.     * Makefile.in: add `-I$(mesa_srcdir)/include' to CPPFLAGS, in case
  101.     Mesa is not installed yet.
  102.  
  103. Wed Mar 29 15:58:43 1995  Thorsten Ohl  <ohl@localhost>
  104.  
  105.     * GLwDrawingArea.c (Realize): take colormap handling from
  106.     MesaDrawingArea.  This has to be improved, but works for the moment.
  107.  
  108. Wed Mar 29 11:44:45 1995  Thorsten Ohl  <ohl@localhost>
  109.  
  110.     * MesaDrawingArea.c: Replace *single by *doublebuffer to be
  111.     compatible with the Glw* widget.
  112.  
  113.     * Mesa*.c: Change Xt* macros to Mesa*, like the GLw* widget does.
  114.  
  115.